Trace
How to connect webhooks.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# How to connect webhooks
3
1. Open repository settings for the repository. The repository settings path follows `/:owner/:repo/settings`.
4
2. Expand **Webhooks** under **Integrations**.
5
3. Enter a **Name**.
6
4. Choose **Generic JSON** for normal HTTP JSON endpoints, or **Discord** only for Discord webhook URLs.
7
5. Enter an HTTP or HTTPS **Webhook URL**.
8
6. Keep **Enable webhook** checked.
9
7. Select **Add webhook**.
11
NobGit immediately attempts a test delivery. Push payloads include `event`, `repository`, `changes`, and `delivered_at`.
13
- [Previous: Slack](How to connect Slack.md)
15
- [Next: Trello](How to connect Trello.md)